home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Word 5
/
The Word 5.adf
/
FiLeS
/
AREXX_EXAMPLES.lha
/
AREXX_EXAMPLES
/
Example11.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-02-25
|
133b
|
6 lines
/* Example 11 */
If Open("tempfile", "RAM:Tempfile", "W") Then
Call Close("tempfile"
Else
Say "Unable To Create File, in RAM:"